/*
* @Author: win
* @Date:   2016-09-09 12:12:43
* @Last Modified by:   win
* @Last Modified time: 2016-09-09 15:56:51
*/
html,body{
	width: 100%;
	/*height: 100%;*/
}
/* 滚动条凹槽的颜色，还可以设置边框属性 */
*::-webkit-scrollbar-track-piece {
	background-color: #f8f8f8;
	-webkit-border-radius: 0em;
	-moz-border-radius: 0em;
	border-radius: 0em;
  }
   
  /* 滚动条的宽度 */
  *::-webkit-scrollbar {
	width: 0px;
	height: 7px;
  }
   
  /* 滚动条的设置 */
  *::-webkit-scrollbar-thumb {
	background-color: #ddd;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
	background-clip: padding-box;
  }
   
  /* 滚动条鼠标移上去 */
  *::-webkit-scrollbar-thumb:hover {
	background-color: #bbb;
  }

a,a:hover,a:focus,a:active {text-decoration: none;}
.head{
	width: 100%;
	height: 90px;
	background-color: #1F1F1F;
	text-align: center;
	line-height: 90px;
	position: fixed;
	top: 0;
	left: 0;
	color: hsla(0,0%,89%,1.00);
}

.nave{
	width:30px;
	position: fixed;
	left: 80px;
	top: 190px;
	z-index:9;
}
.nave ul{width: 100%;height: 100%;}
.nave ul li{
	width: 30px;height:30px;
	margin:10px 0;
	width: 100%;
	text-align: center;
	cursor: pointer;
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	background: url(../images/icon-opop3.png);
}
.nave .black li{
	background: url(../images/icon-opop.png);
}
.nave .black .current{
	background: url(../images/icon-opop-active.png);
}
.nave ul .current{
	background: url(../images/icon-opop-active3.png);
}





.main_box{
	width: 100%;
	height: 100%;
	background: #f9f0dd;
	padding: 90px 0 0 0px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.main_box>div{
	width: 100%;
}
.page1{
	background: #c40009;
}
.page2{
	background: #f9f0dd;
}
.page3{
	background: #f9f0dd;
}
.page4{
	background: #f9f0dd;
}
.page5{
	background: #f9f0dd;
}
.page6{
	background: #f9f0dd url('../images/bg-mtyzdqp.jpg') left center no-repeat;
	background-size: auto 100%;
}
.page7{
	background: #f9f0dd;
}

.footer{
	width: 100%;
	background: #a50801;
}


/**************************** NEW STYLE ******************************/
.boxContainer{ 
	width:1380px; margin:0 auto;
	display: flex;
	justify-content: space-between;
	position: relative;
}
.menuContainer{
	width:980px; margin:0 auto;
	display: flex;
	justify-content: space-between;
}
.pageWrap {
	width:1380px; margin:0 auto;
}
.flex1 {
	flex:1;
}
.alignCenter{
	justify-content: center;
    align-items: center;
}
.plr25 {padding-left:25px;padding-right:25px;}
.ptb50 {padding-top:50px;padding-bottom:50px;}
.pr25 {padding-right:25px;}
.pageHeight {height:calc(100vh - 180px)}

.bottomLine {border-bottom: 1px solid #c40009;padding:0 5px;}
.bottomLine:hover {background:#fff9e7;}

.halfWidth {width:50%;}
.none {display:none;transition: all .5s 0s ease;}
.menuCoverFlex {
	width:980px; margin:0 auto;
	display: flex;
	justify-content: space-between;
	padding:10px 0;
}
.menuCoverFlex .categoryPic {width:230px;}
.menuCoverFlex .categoryPic img {width:210px;height:140px;border-radius: 8px;margin:0 10px;}

.menuCoverFlex .categoryListEmpty{flex: 1;box-sizing: border-box;}
.menuCoverFlex .categoryList {flex:0 0 auto;text-align: left;padding:0 30px;}
.menuCoverFlex .categoryList dd{font-size:18px;height:30px;line-height:30px;}
.menuCoverFlex .categoryList dt{font-size:16px;height:40px;line-height:40px;padding-left:20px;}
.menuCoverFlex .categoryList a {position: relative;}
.menuCoverFlex .categoryList a::before {
	position: absolute;
    left: -8px;
    top: 48%;
    content: " ";
    width: 3px;
    height: 3px;
    background: #e1e1e1;
}

.menuCoverFlex a {color:#eee}

.flexBox {
	display: flex;
	justify-content: space-between;
}

.rowFlex {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.columnFlex {
	display: flex;
	flex-direction: column;
}


.logo {
	height:90px;line-height:90px;
	position: absolute;
	left:0;top:0;
	padding:0 30px;
}
.logo img {vertical-align: middle;}
.navs {
	display: flex;
	justify-content: space-between;
	width:980px;
}
.navs li {flex:1;}
.navs li .menuOne {
	font-size: 18px;
	color:#fff; 
	display: block;margin:0 25px; 
	border-bottom: 3px solid transparent;
	height:87px;line-height:90px;
	font-weight:bolder;
}
.navs li:hover .menuOne {
	color: #660500;
	border-bottom: 3px solid #a50801;
	font-weight:bolder;
}

.navs li .menuCover {background:#000000b0; }

.navs li:hover > .menuCover {opacity: 1; height:auto;transition: all .8s 0s ease;}

.navs > li > ul {
	opacity: 0;
	overflow: hidden;
	height:0;
	position: absolute;
	left:0;right:0;
	transition: all .8s 0s ease;
}




.head {background: #c40009;z-index: 9;}
.head .menu{ text-align: left; }
.hidden {display:none;}


.mySwiperPage1 {height:100%;width:100%;}
.mySwiperPage1 img {
	position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    min-height: 100%;
    transform: translateX(-50%) translateY(-50%);
}
.mySwiperPage1 .videoBanner {
	position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    min-height: 100%;
    transform: translateX(-50%) translateY(-50%);
	width: 100%; height: auto;object-fit: fill;
}
.mySwiperPage1 .swiper-pagination-1 {
	bottom:50px !important;
}
.mySwiperPage1 .swiper-pagination-1 span {width: 55px;
    height: 25px;
    line-height: 25px;
    background: #00000061;
    opacity: 0.2;
    color: #ffffff;
	border-radius: 0;
	font-size: 20px;
}
.mySwiperPage1 .swiper-pagination-1 .swiper-pagination-bullet-active {
	opacity: 1;
}

.layerPage1 {
	position: absolute;
    z-index: 8;
    left: 0;
    right: 0;
    bottom: 140px;
    top: 90px;
    vertical-align: middle;
    text-align: center;
    display: flex;
	display:-webkit-box; 
	display:-webkit-flex;
    flex-direction: column;
    justify-content:space-between;
    flex-wrap: nowrap;
    align-items: center;
}
.layerPage1 .title {
	height:calc(60vh - 100px);
	line-height: calc(60vh - 100px);
	font-size: 40px; font-weight:bolder;color:#fff;letter-spacing: 5px;
}
.layerPage1 .more {
	height:calc(15vh);
	line-height: calc(15vh);
}
.layerPage1 .arraw {
	height:calc(20vh - 100px);
	line-height: calc(20vh - 100px);
}
.layerPage1 .arraw .arrawBox {
	position: relative;
    display: block;
    width: 80px;
    height: 80px;
	margin-top:60px;
}
.layerPage1 .arraw .arrawBox .arrows-1 {
    width: 80px;
    height: auto;
    left: 4px;
    top: -60px;
    -webkit-animation: bounceY 2s infinite;
    animation: bounceY 2s infinite;
}
.layerPage1 .arraw .arrawBox .arrows-2 {
    width: 80px;
    height: auto;
    left: 4px;
    top: -30px;
    -webkit-animation: bounceY 2s infinite;
    animation: bounceY 2s infinite;
}
@-webkit-keyframes bounceY {
	0%,
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 0;
	}
	50% {
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
		opacity: 1;
	}
}
@keyframes bounceY {
	0%,
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 0;
	}
	50% {
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
		opacity: 1;
	}
}

.layerPage1 .arraw .arrawBox img {
    position: absolute;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}


.layerPage1 .more .moreBox a{
	height:96px;width:299px;overflow:hidden;line-height:96px;
	font-size:22px;color:#000;background:url('../images/welcome-in.png');
	display: block;
	-webkit-transition: all 0.5s;
	background-size: cover;
    transition: all 0.5s;
}
.layerPage1 .more .moreBox a:hover {
	color:#fff;background:url('../images/welcome-inr.png');
	background-size: cover;
	-webkit-transition: all 0.5s;
    transition: all 0.5s;
}
/**================================== 第2屏 =====================================**/

.page2  .image {flex:1; padding:100px 0px 40px;}
.page2  .image img, .page2  .image video{width:100%;}
.page2  .about {
	flex:1;
	text-align: center;
	padding:100px 25px 40px;
}

.page2  .about .title{
	width: 100%;
    height: 98px;
    line-height: 98px;
    text-align: center;
    font-size: 46px;
    color: #c40009;
    font-weight: bold;
	font-style: italic;
	margin-top:-32px;
}
.page2 .about .content {
	text-align: left;
	position: relative;
}
.page2 .about .content p {
	font-size: 18px;
    color: #5e5e5e;
    line-height: 36px;
    text-align: justify;
    text-indent: 2em;
}
.page2 .about .content a{
	position: absolute;
	color: #c40009;
	bottom:0; right:0;
}
.page2 .honerIcon {
	height:128px;
}

.page2 .honerIcon .icons{
	height:128px;
	width:217px;
	margin:0 25px;
	background: url('../images/homesec1_li_bg.png');
}
.page2 .honerIcon  .icons div {text-align: center;}
.page2 .honerIcon  .icons div:nth-child(1) {height:80px;line-height:80px;}
.page2 .honerIcon  .icons div span {font-size:40px;font-weight:bolder;color:#c40009;margin-right:5px;}
.page2 .honerIcon  .icons div:nth-child(2) {font-size: 20px;font-weight:bolder;margin-top:-15px;}
.page2 .honerIcon .moreicons {text-align: center;}

.page2 .honerIcon .moreicons a {
	color:#fff;
	margin-top:25px;
	margin-right:25px;
	font-size:18px;
	display: block;
	width:240px;height:77px;line-height:77px;
	background: url('../images/welcome-inr.png');
}

.page2 .title span {
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
    width: 44px;
    height: 4px;
    background: #ddbf93;
}
/**================================== 第3屏 =====================================**/

.page3 .title {
	font-size: 20px;
	font-weight:bolder;
    height:120px;
}
.page3 .title span {
	font-size:38px;
	margin-right:15px;
}

.page3 .pic {position: absolute;left:0;top:0;bottom:0;right:0;}
.page3 .pic img {width:100%;height: 100%;}

.page3 .picnews {position: relative;display: block;}
.page3 .picnews:nth-child(1){margin-bottom:15px;}

.page3 .picnews .pictitle{ 
	position: absolute;left:0;bottom:0;width:100%;top:0;
	/**
	background:linear-gradient(to bottom, transparent 80%, #000000e8 100%);
  	background:-webkit-linear-gradient(to bottom, transparent 80%, #000000e8 100%);
	**/
}
.page3 .picnews .pictitle .titleTxt {
	position: absolute;
    bottom: 0;
    color: #fff;
    background-image: linear-gradient(to right, black, rgb(0 0 0 / 0%));
    right: 0;
    left: 0;
    padding: 10px 15px 5px;
}
.page3 .picnews .pictitle .titleTxt p {padding:0 15px 8px;}
.page3 .sixgoodmore a{padding-left:10px; color:#5e5e5e}
.page3 .sixgoodmore a:hover {color:#660500}
.page3 .sixicon {padding-left:35px;position: relative;}
.page3 .sixicon::before {
	content:" ";
	position: absolute;
	left:0;
	top:7px;
	background:url('../images/tool-dangqis.png');
	width:18px;
	height:18px;
}
.page3 .sixicon .sixtitle {font-size:24px;}
.page3 .sixicon .sixtitle a {color:#333;}
.page3 .sixicon .sixtitle a:hover {color:#660000}

.page3 .sixicon .sixdesc {color:#7c7c7c;}
/**================================== 第4屏 =====================================**/
.page4 .title {text-align: center; height:160px;}
.page4 .title .t1 {font-size:48px;font-weight: bolder;}
.page4 .title .t2 {color:#7a7a7a}
.page4 .pinpaiBox { 
	justify-content: space-between;
	flex-wrap: wrap;
	box-sizing: border-box;
	padding:0 15px;
 }
.page4 .pinpaiBox:after{
	content: "";
	width: 50%;
	height: 0;
	visibility: hidden;
}

.page4 .pinpaiBox .pinpaiBoxPic { width: 50%; }
.page4 .pinpaiBox .pinpaiBoxPic .box {
	margin:10px;
	border:1px solid #e3d4b6;
	height:200px;
	display: block;
	transition: all .5s 0s ease;
}

.page4 .pinpaiBox .pinpaiBoxPic .pinpaiSeleted {
	background: #ffffff;
	transition: all .5s 0s ease;
}


.page4 .swiper-button{
	position: absolute;
	left: 0;
	bottom: 0;
	top: 0;
	right: 0;
	z-index: 11;
}
.page4 .swiper-slide a{ display: block;}
.page4 .swiper-slide a img{
    display: block;width: 100%;
	min-height: 160px;
}
.page4 .swiper-slide a p {width: 100%;text-align: center;padding:5px 0}
.page4 .swiper-slide a p span {
	background:#fff;
	padding:8px 20px;
	color:#000;
	transition: all .5s 0s ease;
	display: inline-block;
	box-shadow: 0px 0px 3px 0px #f1e3c5;
}
.page4 .swiper-slide a:hover p span {
	background:#c40009;
	color:#fff;
	transition: all .5s 0s ease;
	box-shadow:  0px 0px 6px 0px #9f0606;
}

.page4 .swiper { position: relative;padding: 0 65px !important;}

.page4 .swiper:after{
	content:" ";
	position: absolute;
	top:0;
	right:0;
	bottom:0;
	width:65px;
	background: #f9f0dd;
	z-index: 9;
}
.page4 .swiper:before{
	content:" ";
	position: absolute;
	top:0;
	left:0;
	bottom:0;
	width:65px;
	background: #f9f0dd;
	z-index: 9;
}
.page4 .swiper-button-prev4 {
    width: 62px;
	height:62px;
	background: url('../images/icon-btn-left.png');
	transition: all .5s 0s ease;
	left: 0;
}
.page4 .swiper-button-prev4:hover {
	background: url('../images/icon-btn-left2.png');
	transition: all .5s 0s ease;
}

.page4 .swiper-button-next4 {
	right: 0px;
    width: 62px;
	height:62px;
	background: url('../images/icon-btn-right.png');
	transition: all .5s 0s ease;
}
.page4 .swiper-button-next4:hover {
	background: url('../images/icon-btn-right2.png');
	transition: all .5s 0s ease;
}

.page4 .swiper-button-next4:after, .page4 .swiper-button-prev4:after{
	content:" ";
	z-index: 1;
}
/**================================== 第5屏 =====================================**/
.pageWrap5 {
    width: 1480px;
    margin: 0 auto;
}
.page5 .title {text-align: center; height:160px;}
.page5 .title .t1 {font-size:48px;font-weight: bolder;}
.page5 .title .t2 {color:#7a7a7a}

.page5 .more {text-align: center; height:120px;}
.page5 .swiper {
    position: relative;
    padding: 0 65px !important;
}
.page5 .swiper:after{
	content:" ";
	position: absolute;
	top:0;
	right:0;
	bottom:0;
	width:65px;
	z-index: 9;
	background: #f9f0dd;
}
.page5 .swiper:before{
	content:" ";
	position: absolute;
	top:0;
	left:0;
	bottom:0;
	width:65px;
	z-index: 9;
	background: #f9f0dd;
}
.page5 .more div a{
	margin:15px 0;
	height:77px;width:240px;overflow:hidden;line-height:77px;
	font-size:22px;color:#000;background:url('../images/welcome-in-r.png');
	display: inline-block;
	-webkit-transition: all 0.5s;
	background-size: cover;
    transition: all 0.5s;
	font-weight:bolder;
}
.page5 .more div a:hover {
	color:#fff;background:url('../images/welcome-inr.png');
	background-size: cover;
	-webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.page5 .mySwiperPage5 a{
	border: 1px solid #e7dfd8;
    background: #fafafa;
    display: block;
	margin:8px;
	-webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.page5 .mySwiperPage5 a:hover {
	border: 1px solid #c40009;
    box-shadow: 0 0 8px 0px #f17f49a8;
	-webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.page5 .mySwiperPage5 a:hover .art-title div {
	color: #c40009;
	-webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.page5 .swiper-button-prev5 {
	left: 0px;
    width: 62px;
	height:62px;
	background: url('../images/icon-btn-left.png');
	transition: all .5s 0s ease;
}
.page5 .swiper-button-prev5:hover {
	background: url('../images/icon-btn-left2.png');
	transition: all .5s 0s ease;
}

.page5 .swiper-button-next5 {
    width: 62px;
	height:62px;
	right:0;
	background: url('../images/icon-btn-right.png');
	transition: all .5s 0s ease;
}
.page5 .swiper-button-next5:hover {
	background: url('../images/icon-btn-right2.png');
	transition: all .5s 0s ease;
}

.page5 .swiper-button-next5:after, .page5 .swiper-button-prev5:after{
	content:" ";
	z-index: 1;
}




.page5 .mySwiperPage5 a img {
	width: 100%;height:287px;
	display: block;
}
.page5 .mySwiperPage5 a .art-title div{
	display: block;
	text-align:center;
	padding:10px 0;
	font-size: 22px;
    color: #7a5a00;
}
.page5 .mySwiperPage5 a .art-title p {
	color:#666;font-size:16px;
	line-height:25px;height:50px;
	margin:10px 15px;
	word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 这里是超出几行省略 */
    overflow: hidden;
}

/**================================== 第6屏 =====================================**/
.pageWrap6 {
    width: calc(75vw);
    margin: 0 auto;
}
.page6 .slideWidth {width:calc(75vw - 300px);position: relative;}
.page6 .title {text-align: center; height:160px; width: 300px;padding-top:calc(25vh);}
.page6 .title .titles {font-size:45px;color:#fff;width:260px;}
.page6 .title .more a{
	margin:15px 0;
	height:77px;width:240px;overflow:hidden;line-height:77px;
	font-size:18px;color:#000;background:url('../images/welcome-in-r.png');
	display: inline-block;
	-webkit-transition: all 0.5s;
	background-size: cover;
    transition: all 0.5s;
	font-weight:bolder;
}
.page6 .title .more a:hover {
	color:#fff;background:url('../images/welcome-inr.png');
	background-size: cover;
	-webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.page6 .mySwiperPage6 a img {
	width: 100%;height:260px;
	display: block;
}
.page6 .mySwiperPage6 a .art-title div {
	text-align: right;
	color: #5f5f5f;
	padding:10px 25px;
}
.page6 .mySwiperPage6 a .art-title p {
	color:#666;font-size:16px;
	line-height:25px;height:50px;
	margin:15px 25px;
	word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 这里是超出几行省略 */
    overflow: hidden;
}

.page6 .mySwiperPage6 a{
	border: 1px solid #e7dfd8;
    background: #fafafa;
    display: block;
	-webkit-transition: all 0.5s;
    transition: all 0.5s;
}


.page6 .swiper-button-prev6 {
	left: -65px;
    width: 62px;
	height:62px;
	bottom:calc(50% - 125px);
	top:auto;
	background: url('../images/icon-btn-left.png');
	transition: all .5s 0s ease;
}
.page6 .swiper-button-prev6:hover {
	background: url('../images/icon-btn-left2.png');
	transition: all .5s 0s ease;
}
.page6 .swiper-button-prev6:after, .page6 .swiper-button-next6:after{
	content:" ";
	z-index:2;
}
.page6 .swiper-button-next6 {
    width: 62px;
	height:62px;
	left:-65px;
	bottom:calc(50% - 195px);
	top:auto;
	background: url('../images/icon-btn-right.png');
	transition: all .5s 0s ease;
}
.page6 .swiper-button-next6:hover {
	background: url('../images/icon-btn-right2.png');
	transition: all .5s 0s ease;
}

/**================================== 第7屏 =====================================**/
.page7 .title {text-align: center; height:260px;}
.page7 .title .titles {font-size:26px;font-weight: bolder;}

.page7 .cate11Wrap {
	justify-content:flex-start;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 20px 15px 100px;
}
.page7 .cate11Wrap .cate11box {
	width:25%;
	text-align: center;
}
.page7 .cate11Wrap .cate11box a img {display: block;transition: all .5s 0s ease;}
.page7 .cate11Wrap .cate11box a{
	display: inline-block;
    padding: 0px;
    background: #fff4ec;
    box-shadow: 0px 4px 12px 2px #dbdbdb;
	transition: all .5s 0s ease;
}
.page7 .cate11Wrap .cate11box a:hover {
	box-shadow: 0 0 20px 8px #f9e1cd;
    background: #ffe0c9;
	transition: all .5s 0s ease;
}
.page7 .cate11Wrap .cate11box a:hover img {
	border-radius: 10px;
	transition: all .5s 0s ease;
}


/**================================== Footer =====================================**/
.footer {
	color:#fafafa;
	box-shadow: 0px -1px 20px 0px #3e0000a1;
    border-top: 1px solid #4c0000;
}
.footer a {color:#fafafa}
.footer .footerMenu {
	border-top: 1px solid #d31212;
	border-bottom: 1px solid #4a0202;
	padding:15px 0;
}
.footer .footerMenu .one {font-size:18px; margin-bottom:15px;display: block;}
.footer .footerMenu .categoryList dd {
	padding:12px 0;
}

.footer .footerMenu .categoryList dt {
	padding-left:12px;
	font-size:14px;
	line-height: 25px;
}

.footer .footerMenu .categoryList dt a {line-height:22px;position: relative;}

.footer .footerMenu .categoryList dt a::before {
    position: absolute;
    left: -8px;
    top: 48%;
    content: " ";
    width: 3px;
    height: 3px;
    background: #e1e1e1;
}



.footer .footerLogo{
	border-bottom: 1px solid #4a0202;
	height:100px;
}

.footer .copy {text-align:center;border-top: 1px solid #d31212;height: 45px;font-size:14px;}
.footer .footerShare {width:250px; text-align: right;}
.footer .footerShare p{margin-top:8px;}
.footer .footerShare .bshare-weixin{
	position: relative;
	display: inline-block;
	margin-right: 0;
	margin-left: 15px;
	width: 52px;
	height: 52px;
	cursor: pointer;
	background: url(../images/icon-weixin.png) no-repeat;
    background-size: 52px 52px;
}

.footer .footerShare a:hover img {
    opacity: 1;
}

.footer .footerShare a img {
    position: absolute;
    top: 62px;
    left: 50%;
    opacity: 0;
    width: 120px;
    margin-left: -60px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
/**================================== Other页面 =====================================**/
#minPageHeight {min-height:calc(100vh - 90px);}


#right-QRcode {
    z-index: 9999;
    right: 0;
    position: fixed;
    top: 50%;
    margin-top: -176px;
    width: 88px;
    height: 355px;
}
#right-QRcode li:hover {
    background-color: rgba(255,255,255,1);
}

#right-QRcode li .QRcode-one {
    position: relative;
    z-index: 9999;
    width: 88px;
    height: 88px;
}
#right-QRcode li .QRcode-one img {
    margin-top: 22px;
    margin-left: 22px;
    width: 44px;
    height: 44px;
}

#right-QRcode li:hover .QRcode-two {
    width: 216px;
    opacity: 1;
}

#right-QRcode li .QRcode-two {
    position: absolute;
    z-index: 9998;
    top: 0;
    right: 90px;
    width: 0;
    height: 267px;
    background-color: rgba(0,0,0,.3);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
}
#right-QRcode li .QRcode-two img {
    margin-left: 20px;
    width: 176px;
    height: 176px;
    border-radius: 8px;
    overflow: hidden;
}
#right-QRcode li .QRcode-two p {
    width: 216px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 16px;
    color: #fff;
}
#right-QRcode li {
    display: block;
    
    width: 88px;
    height: 88px;
    background-color: rgba(0,0,0,.3);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
#right-QRcode li:not(:first-child) {
	margin-top: 1px;
}

.cookie18 {
	z-index: 10000;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #c40009;
    opacity: 1;
	overflow: hidden;
}
.choiceEnter {
	opacity: 0;
	transition: all 0.5s;
	height: 0;
}
.cookie18 .DocHeight {height:calc(100vh);}


.cookie18 .cookieLogo {
	height:140px;
}
.cookie18 .cookieSelect {
	height:170px;
	width:80%;text-align: center;
}

.cookie18 .cookieSelect img {
	height:auto;
}
.cookie18 .cookieEnter {
	color:#fff;
	text-align: center;
}
.cookie18 .cookieEnter a {
	margin:0;
	font-size: 25px;
    display: inline-block;
    padding: 5px 60px;
    transition: all 0.5s;
    color: #fff;

    letter-spacing: 3px;
}
.cookie18 .cookieEnter a:hover {
    transition: all 0.5s;
    color: #fff;
}

.cookie18 .cookieEnter .welcomeTxt {
	font-size: 22px;
    margin: 0px;
    letter-spacing: 3px;
}
.cookie18 .tips {
	font-size: 16px;
    color: #ef5c63;
	margin-top:30px;
    text-shadow: 0 1px #8f0000; 
}
/**================================== some list page style =====================================**/
.listPage {padding:0px;background: #fffefc;}
.listPage .pageLeft {
	width:180px;
	padding:30px 15px 30px 30px;
	margin-right:15px;
	border-right:1px solid #e7e7e7;
}
.listPage .pageLeft ul li {
	line-height:30px;height:30px; 
	padding:0 10px;margin:8px 0 15px;
	border-left:3px solid #333;
	background: #f5f5f5;
	transition: all 0.5s;
}
.listPage .pageLeft ul li a {
	font-size:20px;color:#333; 
	display: inline-block;
	transition: all 0.5s;
}

.listPage .pageLeft ul .selected a{
	color:#8f0000;
	transition: all 0.5s;
}
.listPage .pageLeft ul .selected {
	padding-left:10px;
	border-left:3px solid #8f0000;
	transition: all 0.5s;
}

.listPage .pageLeft ul li:hover {
	border-left:3px solid #8f0000;
	transition: all 0.5s;
	padding-left:10px;
}
.listPage .pageLeft ul li:hover a {
	color:#8f0000; 
	transition: all 0.5s;
}

.listPage .pageRight {padding:30px 40px 30px 10px;}
.listPage .pageRight .catename {line-height:50px;height:50px; font-size:30px;}
.listPage .pageRight .content {margin-top:30px; font-size:18px;}
.listPage .pageRight .content p {margin-bottom:15px;}
.listPage .pageRight .update {margin-top:20px;text-align: right;color:#d1d1d1}

.listPage .pageCenter .catename {height:100px;background: #fffcf7;padding:0 30px;}
.listPage .pageCenter .catename .name {height:60px;line-height: 60px;font-size:28px;margin-top:15px;}
.listPage .pageCenter .catename .brand a {color:#333;}
.listPage .pageCenter .catename .brand a:hover {color:#b40000;}
.listPage .pageCenter .catename .brand span {color:#333;margin:0 8px;}
.listPage .pageCenter .listListBox {padding:30px;}
.listPage .pageCenter .listListBox .listList:nth-child(1) {
	border-top:1px solid #dbdbdb;
}
.listPage .pageCenter .listListBox .listList {
	border-bottom:1px solid #dbdbdb;
	padding:20px 15px;
}
.listPage .pageCenter .listListBox .listList .time {width:85px;text-align: center;color:#666;}
.listPage .pageCenter .listListBox .listList .more {margin:0 15px;text-align: center;}
.listPage .pageCenter .listListBox .listList .more a {
	width:124px;height:50px;
	line-height:50px;
	color:#fff;
	font-size:20px;
	display:block;
	background: url('../images/iconmore.png');
	transition: all 0.5s;
}
.listPage .pageCenter .listListBox .listList .more a:hover {
	background: url('../images/iconmore_s.png');
	transition: all 0.5s;
	color:#ffe8da;
}

.listPage .pageCenter .listListBox .listList .titlebox {padding:0 25px;}
.listPage .pageCenter .listListBox .listList .titlebox .title a{
	font-size:24px;
	color:#333;
	transition: all 0.5s;
}
.listPage .pageCenter .listListBox .listList .titlebox .title a:hover {
	color:#b40000;
	padding-left:5px;
	transition: all 0.5s;
}
.listPage .pageCenter .listListBox .listList .titlebox .comefrom {color:#bdbdbd;}
.listPage .pageCenter .listListBox .page {
	text-align: center;
	padding:15px 0;
}

.listPage .pageCenter .listListBox .page li{
	display: inline-block;
}

.listPage .pageCenter .listListBox .page li a{
	padding: 5px 15px;
    font-size: 20px;
    color: #333;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    background: #f5f5f5;
    box-shadow: 0 0 5px 3px #ddd;
    margin: 0 5px;
	display: block;
}
.listPage .pageCenter .listListBox .page li span {
	padding: 5px 15px;
    font-size: 20px;
    color: #333;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    background: #f5f5f5;
    box-shadow: 0 0 5px 3px #ddd;
    margin: 0 5px;
	display: block;
}


.listPage .pageCenter .listListBox .page a:hover {
	background:#8f0000;
	transition: all 0.5s;
	transition: all 0.5s;
	color:#fff;
}
.listPage .pageCenter .listListBox .page .disabled span {
	color: #ababab;
}

.listPage .pageCenter .listListBox .page .active span {
	background:#8f0000;
	color:#fff;
}

.listPage .pageCenter .articletitle {line-height:50px;height:50px; font-size:24px;text-align: center;}
.listPage .pageCenter .content {margin-top:30px; font-size:18px;}
.listPage .pageCenter .content p {margin-bottom:15px;}
.listPage .pageCenter .update {margin-top:20px;text-align: right;color:#d1d1d1}

.listPage .pageCenter .listListBox .prevnext {
	margin-top:20px;padding:20px;
	border-top:1px solid #dadada;
}
.listPage .pageCenter .listListBox .prevnext .prev, 
.listPage .pageCenter .listListBox .prevnext .next {
	height:35px;line-height:35px;
}
.listPage .pageCenter .listListBox .prevnext .prev a, 
.listPage .pageCenter .listListBox .prevnext .next a{
	color:#1f1f1f;
	margin-left:10px;
}
.listPage .pageCenter .listListBox .prevnext .prev a:hover, 
.listPage .pageCenter .listListBox .prevnext .next a:hover {
	color:#8f0000;
}

.listPage .listListBox .imageList{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.listPage .listListBox .imageList li {
	margin-right: 30px;
  /* 计算每个元素的宽度：30rpx是前三个元素的间距（margin-right）和，除以4即为每个元素的宽度 */
	width: calc((100% - 90px) / 4);
	display:block;
}
.listPage .listListBox .imageList li:nth-of-type(4n+0) {
	margin-right: 0;
  }

.listPage .listListBox .imageList li a {
	margin-bottom:30px;
	border: 1px solid #dbdbdb;
    box-shadow: 0 0 6px 1px #dbdbdb;
	display: block;
	position: relative;
	transition: all 0.5s;
	background:#fff;
}
.listPage .listListBox .imageList li a .imageBox {
	min-width:100%;
	height:280px;
	overflow:hidden;
}
.listPage .listListBox .imageList li:hover a {
	transition: all 0.5s;
    border: 1px solid #cb9093;
    box-shadow: 0 0 6px 1px #e9b5b5;
}
.listPage .listListBox .imageList li:hover a .imageTitle {
	color:#c40009;
	transition: all 0.5s;
}

.listPage .listListBox .imageList li:hover a .imageBox img {
    transform: scale3d(1.1,1.1,1.1);
    -ms-transform: scale3d(1.1,1.1,1.1);
    -moz-transform: scale3d(1.1,1.1,1.1);
    -webkit-transform: scale3d(1.1,1.1,1.1);
    -o-transform: scale3d(1.1,1.1,1.1);
}

.listPage .listListBox .imageList li a .imageBox img {
    width: 100%;
    height: 100%;
    -webkit-object-fit: cover;
    object-fit: cover;
    transition: .5s all linear;
    -ms-transition: .5s all linear;
    -moz-transition: .5s all linear;
    -webkit-transition: .5s all linear;
    -o-transition: .5s all linear;
}
.listPage .listListBox .imageList li .updateTime{
	color:#5e5e5e;font-size:16px;margin:10px 20px;
}
.listPage .imgboxbg {
	background: #fbfbfb;
	border-top: 1px solid #ededed;
	margin-bottom:20px;
}

.listPage .topborder{border-top: 1px solid #f1f1f1;}

.listPage .listListBox .imageList li .imageTitle{
	width: calc(100% - 40px);
	font-size:18px;
	text-align: justify;
	color:#000;
	margin:10px 20px;
	height:56px;
	word-break: break-all;
	line-height: 28px;
	display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
	line-clamp: 2;
	-webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	
}
